﻿@charset "utf-8";
/* CSS Document */

/* 全站通用 */


/* 布局框架 */
body{ background-color:#FFF; font-size:14px; color:#666; line-height:24px;font-family:"微软雅黑", "宋体"; }

/* 头部 */

.top{ width:1200px; height:79px; padding-top:15px; margin:0 auto;}
.top_l{ width:310px; height:54px;}
.top_r{ width:800px;margin-top: 15px;}



/* 导航 */
.nav_btn{ width:100px; height:52px; float:left; text-align:center; }
.sub_nav_btn{ width:107px; background-image:url(../images/nav_bc.png); background-repeat:repeat; display:none; border-top:2px solid #000170; z-index:999999; padding-top:5px; padding-bottom:5px;}
.see { display:block;}
.nav_btn a{ line-height:52px;}
.sub_nav_btn a{ line-height:30px; color:#FFF;}
.sub_nav_btn a:hover { color:#ffff00;}

/* 尾部 */

.footer{ width:100%; background-image:url(../images/footer.jpg); background-repeat:repeat-x; background-color:#595758; margin-top:40px;}
.footer_cnt{width:1275px; margin:0 auto; }
.footer_l{ width:800px; padding-top:20px; padding-bottom:20px; color:#FFF;}
.footer_r{ width:393px; height:150px; background-image:url(../images/footer_logo.jpg);}
.footer_l span{ margin-right:20px; float:left;display: inline-block;overflow: hidden;white-space: nowrap;}
.footer_l a{display: inline-block; color:#FFF;white-space: nowrap;}
.footer_l a:hover { color:#e96465;}

